Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tx-generator: towards stand-alone mode #3425

Merged
merged 1 commit into from
Dec 8, 2021

Conversation

MarcFontaine
Copy link
Contributor

In stand-alone mode, the transaction generator can generate lists of transactions
and dump them to files, without a connection to a local or remote node.
This supports new use cases of the transaction generator outside of
benchmarking and makes it easier to test and debug the transaction generator.
This PR add the script action
{ "SetProtocolParameters": { "UseLocalProtocolFile": "/tmp/t2.json" } }
that reads the protocol parameters from a file (instead of querying a node).
And some other changes.

In the stand-alone mode, the transaction generator can generate lists of transactions
and dump them to files, without a connection to a local or remote node.
This supports new use cases of the transaction generator outside of
benchmarking and makes it easier to test and debug the transaction generator.
This PR add the script action `{ "SetProtocolParameters": { "UseLocalProtocolFile": "/tmp/t2.json" } }`
that reads the protocol parameters from a file (instead of querying a node).
@MarcFontaine MarcFontaine added the enhancement New feature or request label Dec 8, 2021
@MarcFontaine MarcFontaine self-assigned this Dec 8, 2021
@MarcFontaine MarcFontaine marked this pull request as ready for review December 8, 2021 12:27
@MarcFontaine
Copy link
Contributor Author

bors r+

@iohk-bors
Copy link
Contributor

iohk-bors bot commented Dec 8, 2021

Build succeeded:

@iohk-bors iohk-bors bot merged commit 9e9f05d into master Dec 8, 2021
@iohk-bors iohk-bors bot deleted the mafo/tx-gen-stand-alone-mode branch December 8, 2021 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants